home *** CD-ROM | disk | FTP | other *** search
/ Workbench Add-On / Workbench Add-On - Volume 1.iso / BBS-Archive / Util / Workbench / ToolManager21s.lha / ToolManager / Programmers / examples / DMakefile next >
Makefile  |  1993-05-16  |  317b  |  17 lines

  1. #
  2. # DMakefile  V2.1
  3. #
  4. # Makefile for ToolManager 2.1 (example programa)
  5. #
  6. # (c) 1990-93 Stefan Becker
  7. #
  8. FLAGS  = -3.0 -mRR -mi -ms -proto -I /include -L /dlib
  9.  
  10. all: example showimage
  11.  
  12. example : example.c
  13.       dcc $(FLAGS) -o %(left) %(right) -ltm
  14.  
  15. showimage : showimage.c
  16.       dcc $(FLAGS) -o %(left) %(right) -ltm
  17.